We are currently trying to convert from a Standard pixel to a Developer Pixel. One of the events we currently have is a "ViewContent" event that has the 'Event Name' of "Product Detail" that triggers on every product page.
With the Developer Pixel I can't find a way to change the 'Event Name'. The only way I can make an event is using:
<script>
ttq.track('ViewContent', {
content_id: {{Product Id},
content_type: 'product',
content_name: 'Product Detail',
quantity: 1,
price: {{Product Price}},
value: {{Product Price}},
currency: {{Currency}},
});
</script>
But the 'Content name' is not the same as 'Event Name' and adding for example:
event_name: 'Product Detail'
I am pretty much out of ideas and the support is taking its sweet time to respond.
Documention links: https://ads.tiktok.com/marketing_api/docs?id=1701890973258754